projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
288f0d6
)
(STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 18 Mar 2006 14:02:43 +0000
(14:02 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 18 Mar 2006 14:02:43 +0000
(14:02 +0000)
src/ChangeLog
patch
|
blob
|
history
src/sheap.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 414a01efb93236e90ce3fb1ca02eef9c7d0e7ce6..81f586b7cb75fa3247de8ca9a8bb0b53b2ba92dc 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2006-03-18 Craig McDaniel <craigmcd@gmail.com> (tiny change)
+
+ * sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
+
2006-03-18 Vivek Dasmohapatra <vivek@etla.org> (tiny change)
* emacs.c (main): If user asks for a display that is unavailable,
diff --git
a/src/sheap.c
b/src/sheap.c
index 192af4030c6683c8ffdaa9dd55631d5918ebf924..03da2afa81359677516cf32051a753158c4b570b 100644
(file)
--- a/
src/sheap.c
+++ b/
src/sheap.c
@@
-26,11
+26,7
@@
Boston, MA 02110-1301, USA. */
#include <unistd.h>
-#ifdef HAVE_X_WINDOWS
-#define STATIC_HEAP_SIZE (8 * 1024 * 1024)
-#else
-#define STATIC_HEAP_SIZE (8 * 1024 * 1024)
-#endif
+#define STATIC_HEAP_SIZE (12 * 1024 * 1024)
int debug_sheap = 0;